@charset "utf-8";
/* CSS Document akakaz */
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

strong,a,span,li {
	font-size: 14px;
}

img {
	border: none;
	max-width: 100%;
	transition: 0.3s;
}
a, a:active, a:visited, a:hover {
	color: #333;
	text-decoration: none;
}
ul, li, ol {
	list-style: none;
}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置-----------------------------------------------------------------------------------------------------*/
::-webkit-input-placeholder{
	color:#fff;
}
:-moz-placeholder{
caret-color:#fff;
}
::-moz-placeholder{
	color:#fff;
}
:-ms-input-placeholder{
flood-color:#fff;
}
.mes-form ::-webkit-input-placeholder{
	color:#333;
}
.mes-form :-moz-placeholder{
caret-color:#333;
}
.mes-form ::-moz-placeholder{
	color:#333;
}
.mes-form :-ms-input-placeholder{
flood-color:#333;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow:0 0 0 60px #009c94 inset; 
	-webkit-text-fill-color: #fff;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/*修改滚动条*/
::-webkit-scrollbar {
	width: 6px;
	height:6px;
  }
  ::-webkit-scrollbar-track {
	background: #fff;
  }
  ::-webkit-scrollbar-thumb {
	background: #009c94;
	border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb:window-inactive {
	background: #009c94;
  }
  ::-webkit-scrollbar-thumb:vertical:hover {
	background: #009c94;
  }

/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.text-center{
	text-align: center;
}


/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.f-oh{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.crumbs a,.crumbs{
	font-size: 16px;
	color: #fff;
	transition: 0.3s;
}
.crumbs a:hover{
	color: #009c94;
}

/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {background: #fff;}
.home{
	background-image: url(../images/indexbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto;
	background-color: #f6f5f3;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.disline{
	display: inline-block;
	vertical-align: middle;
}
.imgbox{overflow: hidden;}
.imgbox img{
	max-width: 100%;
	transition: 0.3s;
	display: block;
	margin: auto;
}
.imgbox:hover img{
	transform: scale(1.1) rotate(0deg);
}
.inpage{
	padding-top: 1%;
}
.container{width: 1400px;}

/*header*/
.home .header{
	position: relative;
}
.header{
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
    transition: all 0.5s;
}
.header h1{margin-top: 0px;}
.header .msgbtn{border-right: 1px solid #000;padding-right: 10px;margin-right: 10px;}
.header .topgo{text-align: right;padding-right: 2.5%;}
.header .topgo a{font-size: 15px;}
.header .topgo .tel{color: #ffa019;margin-right: 15px;}
header .webtit{
	padding-left: 2%;
	margin-left: 2%;
	margin-top: 10px;
	font-size: 16px;
	
}
header .webtit a{
	color: #fff;
	display: inline-block;
	font-size: 16px;
	border-radius: 7px;
	line-height: 2.4;
	padding: 0 30px;
	transition: 0.3s;
	background-color: #ff9806;
}
header .webtit a:hover{
	box-shadow: 5px 5px 5px #009c94;
}
header .webtit>p:last-child{
	margin-top: 8px;
	display: flex;
	justify-content: space-around;
}
header .webtit>p span{display: inline-block;border-radius: 8px;color: #fff;padding: 6px 10px;background-color: #009c94; width: 30%;text-align: center;}
header .tel img{display: inline-block;margin-right: 8px; width: 19px;    vertical-align: bottom;}
.headinner{padding: 0 5%;}



.mainbav>li{
	float: left;
	width: 7%;
	text-align: center;
	position: relative;
	margin-top: 17px;
	margin-bottom: 17px;
	transition: 0.5s;
}
.mainbav>li.logos{width: 32%;text-align: left;}
.mainbav>li.tel{width: 9.2%;}
.mainbav>li a{
	display: block;color: #fff;
	font-size: 16px;
	line-height: 45px; transition: 0.3s;
}
.mainbav>li>a::after{
	content: '';
    display: block;
    width: 0%;margin: auto;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 16%;
    left: 50%;
	transform: translate(-50%,0);
	transition: 0.3s;
}
.mainbav>li:first-child a::after{display: none;}
.mainbav>li:first-child a::before{display: none;}
.mainbav>li:last-child a::before{display: none;}



.mainbav>li.tel span{
	color: #fff;font-size: 20px;font-weight: bold;
	display: inline-block;
	white-space: nowrap;
}
.mainbav>li.tel img{vertical-align: middle;}
header.top{
	top: 0;
    background: rgba(0, 0, 0, 0.59) none repeat scroll 0 0;
    border-bottom: 1px solid #747474;
}

header.top .mainbav>li{
	margin-top: 8px;
    margin-bottom: 8px;
}
header .mainbav>li>a{
	transform: translateY(3px);
}
header.top .mainbav>li>a{
	transform: translateY(2px);
}


@media (min-width:768px){
	.mainbav>li a:hover{
		width: 100%;
		border-radius: 30px 0 30px 0;
		background-color: #009c94;
	}
	.mainbav>li.logos:hover a{
		background: unset;
	}
	.mainbav>li.tel:hover a{
		background: unset;
	}
	.mainbav>li.on>a{color: #fff;}
	.mainbav>li.on>a{
		width: 100%;
		border-radius: 30px 0 30px 0;
		background-color: #009c94;
	}
	.mainbav>li:hover .subnav{
		opacity: 1;
		transform: scaleY(1) translateX(-50%);
	}
}
.subnav{
	width: 190px;
	left: 50%;
	position: absolute;
    transform: scaleY(0) translateX(-50%);
    opacity: 0;
    transition: all 0.3s;
	transform-origin: top;
	z-index: 2;
}
.subnav li{
	width: 100%;
	/* border-radius: 30px 0 30px 0; */
	background-color: #009c94;
	border-bottom: 1px solid #bbbbbb;
}
.subnav li a{
	color: #fff;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.subnav li a:hover{color: #009c94;background-color: #fff;}
/* banner */
.banner{
	width: 100%;
    margin: auto;
    display: flex;
    position: relative;
	z-index: 0;
	padding-bottom: 47.03%;
}
.banner::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	background: url(../images/hei.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 18%;
	top: 0;
	z-index: 2;
}


.banner .swiper-container{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner .swiper-slide{
	overflow: hidden;
}
.banner .slide-content{padding-top: 25%;}
.banner .slide-content a{
	display: inline-block;
	margin: 3% auto 0;
	font-size: 31px;
	border-radius: 10px;
	width: 268px;
	padding: 1% 0;
	color: #009c94;
	transition: 0.3s;
	background-color: #fff;
	box-shadow: 0 5px 5px #4d5261;
}
.banner .slide-content a:hover{
	color: #ef821e;
	box-shadow: 0 5px 5px #ef821e;
}

.banner .slide-inner{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.banner .banbtn{
	width: 350px;
	background-color: #1a1a1a;
	position: absolute;
    bottom: 0;
    height: 85px;
    z-index: 10;
}
.banner .banbtn>div::after{color: #fff;transition: 0.3s;}
.banner .banbtn>div:hover::after{transform: scaleX(1.5);}
.banbtn .numbox{text-align: center;color: #fff;margin-top: 7%;}
.banbtn .numbox span{font-size: 18px;}
.banbtn .numbox .big{font-weight: bolder;font-size: 24px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 12%;
    width: 36%;
}
.banner .swiper-pagination-bullet{
	background-color: #fff;
	opacity: 0.8;
	width: 12px;height: 12px;
	position: relative;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 15px;
}
.banner .swiper-pagination-bullet::after{
	content: "";
	display: block;
	width: 200%;
	height: 200%;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transform: translate(-25%,-25%);
	transition: 0.3s;
}
.banner .swiper-pagination-bullet-active{
	opacity: 1;
	background-color: #fff;
	box-shadow: 0 0 5px #000;
}
.banner .swiper-pagination-bullet-active::after{
	opacity: 1;
}

.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
	color: #fff;
	text-shadow: 0 0 10px #fff;
}



/* bannerend */
/* searchbox */
.search{position: relative;}
.searchbox{
	padding: 2% 0.95%;
	background-color: #fff;position: absolute;
	left: 50%;top: -65px;
	transform: translateX(-50%);
	border-radius: 15px;
	width: 100%;
    max-width: 1400px;
    z-index: 1;
}
.searchbox .ins{
	font-size: 18px;
	padding: 10px 25px;border-radius: 20px;
	background-color: #f1f1f1;
}
.searchbox .ins a{font-size: 18px;display: inline-block;margin: 0 15px;}


.newsgo{
	overflow: hidden; color: #6f6e6e;
	font-size: 15px;padding: 25px 0;
}
.newsgo a{
	color: #6f6e6e;
	font-size: 15px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsgo a time{float: right;}
.newsgo span{font-size: 15px;}
.newsgo .tz{display: inline-block; width: 10%;text-align: center;}
.newsgo .swiper-container {
	width: 89%;
	height: 32px;
	cursor: default;
	display: inline-block;
	vertical-align: middle;
}
.newsgo .swiper-slide {
	font-size: 15px;
	height: auto;
	line-height: 2;
}
/* mycons1-start */
.mycons1{
	padding: 4% 0 0;
	background-image: url(../images/goodsbg.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center top;
}
/* mycons1-end */

/* region */
.region{margin-top: 3%;margin-bottom: 1%;}
.region .rebox{
	width: 78%;
	border-radius: 10px;
	font-size: 18px;
	transition: 0.3s;
	margin: 20px auto;
	background-color: #f6f6f6;
	transition: 0.3s;
}
.region .rebox:hover{
	box-shadow: 7px 5px 5px #009c94;
}
.region .rebox  span{
	font-size: 40px;
    vertical-align: sub;
	display: inline-block;
	margin-right: 5px;
}
.region .rebox a{
	font-size: 18px;
	color:#fff;
	display: block;
	padding: 6.5% 0;
	
}
.region .rebox p{text-transform: uppercase;font-size: 26px;color: #ef821e;}
.region .rebox h6{font-weight: bolder;font-size: 18px;color: #242323;line-height: 3;}
.region .rebox:hover{background-color: #009c94;}
/* .region .rebox:hover  a{color: #fff;} */
.region .col-md-2:nth-child(1) .rebox{
	background-color: #009c94;
}
.region .col-md-2:nth-child(2) .rebox{
	background-color: #79cbc4;
}
.region .col-md-2:nth-child(3) .rebox{
	background-color: #9cabe2;
}
.region .col-md-2:nth-child(4) .rebox{
	background-color: #e3b39d;
}
.region .col-md-2:nth-child(5) .rebox{
	background-color: #a7d9f2;
}
.region .col-md-2:nth-child(6) .rebox{
	background-color: #ffab34;
}


/* regionend */
.title{
	width: 100%;
	margin: 20px auto;
}
.title p{
	color: #ecedf0;
	font-size: 72px;
	font-weight: bolder;
	text-transform: uppercase;
}
.title h3{
	display: inline-block;line-height: 1.9;
	min-width: 220px;
	text-align: center;
	color: #000;
	font-weight: 400;
	font-size: 30px;
	margin: auto;
	position: relative;
}
.title span{
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
	line-height: 3;
	display: inline-block;
}
/* 常见问题解答 */
.fak ul{
	border-top: 1px solid #dadada;margin-right: 2%;
}
.fak ul li{
	padding: 2.7% 0;
	border-bottom: 1px solid #dadada;
}
.fak ul li h3{
	line-height: 45px;
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fak ul li span{color: #999;}
.fak ul li .reads{
	display: inline-block;
	color: #fff;
	padding: 5px 20px;
	font-size: 14px;
	border-radius: 10px;
	transition: 0.3s;
	margin-right: 15px;
	background-color: #79cbc4;
}
.fak ul li:hover .reads{
	background-color: #ff9806;
}








.probox ul{border-top: 1px solid #dadada;margin-right: 10%;}
.probox ul li a{font-size: 18px;display: block;line-height: 47.5px;color: #4a4a4a;
	padding: 10px 0 10px 10%;transition: 0.5s;
	background-image: url(../images/gobg.jpg);background-repeat: no-repeat;background-size: 0% 100%;}
.probox ul li:hover a{background-size: 100% 100%; color: #fff;}
.probox ul li.on a{background-size: 100% 100%; color: #fff;}

.probox .conta{
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	padding: 3% 2% 12% 6.5%;
	margin-bottom: 15%;
	margin-top: 35px;
	margin-right: 5%;
	background-image: url(../images/gobg.jpg);background-repeat: no-repeat;background-size: 100% 100%;
}
.probox .conta h5{
	line-height: 2.2;
	font-size: 34px;
	font-weight: bold;

}
.center-content{
	padding: 2% 1%;
}
.layui-layer-iframe{
	max-width: 100%;
}

.indexcoms .abouts{
	padding: 2%;
	margin: auto;
}
.indexcoms .comnum ul{
	padding-top: 2%;
	padding-bottom: 2%;
}
.re_case{padding: 1% 1% 3%;}

.re_case .case_li{overflow: hidden;}
.re_case .case_li img{
	width: 100%;
	object-fit: cover;
}
.re_case  .title span{color: #fff;}
.re_case .title h3::before{
	background-color: #fff;
}
.re_case .case_li  h2{
	padding: 0 2%;
	font-size: 20px;
	line-height: 2.5;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #fff;
}
#swiper-container1{height:392px;}
#swiper-container1 .swiper-slide{
	/* height:280px; */
	text-align: center;
	font-size: 18px;
	/* background: #fff; */
	height: calc((100% - 50px) / 2);
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#swiper-container1 img{width: 100%;}

.goodbox{
	background-color: #fff;
	padding: 1% 4%;
	margin-top: 5%;
}
.goodscard{margin-top: 2%;}
.goodscard .swiper-slide a{
	display: block;
	width: 100%;
	overflow: hidden;
	margin: auto;
	background-color: #fff;
	position: relative;
	border-radius: 15px;
}
.goodscard .swiper-slide a .name{
	position: absolute;top: 0;
	background-color: rgba(214, 46, 80, .8);
	color: #a5a5a5;
	transition: 0.3s;
	width: 100%;
    padding-top: 50%;
	padding-bottom: 53%;
	transform: scale(0);
}
.goodscard .swiper-slide h4{
	font-size: 24px;
	text-align: center;
	line-height: 2;
	color: #fff;
	margin: 0;
	padding-top: 5%;
}
.goodscard .swiper-slide p{padding:0% 0 5%;}
.goodscard .swiper-slide a:hover .name{
	transform: scale(1);
}
.goodscard .imgboxs{overflow: hidden;}
.goodscard .pages>div{
	display: inline-block;
	width: 100px;
	height: 50px;line-height: 41px;
	text-align: center;
	font-size: 40px;color: #fff;
	margin-left: 5%;margin-top: 5%;
	border: 1px solid #fff;
	transition: 0.3s;
}
.goodscard .pages>div:hover{
	background-color: #009c94;
	border: 1px solid #009c94;
	transform: translateY(-10px);
}
.goodscard .pages .swiper-button-disabled{opacity: 0.5;}
.goods .goodscard .pro a{padding: 0;}
.goods .goodscard .pro img{
	object-fit: cover;
}
.goods .goodscard .pro h4{
	line-height: 2.5;
}
/* goods */


.goodscard .pro a{
	display: block;
	border: 1px solid #d6dce5;
	width: 94%;
	overflow: hidden;
	margin: auto;
	padding: 10px;
	
}
.goodscard .pro h4{
	font-size: 14px;
	text-align: center;
	line-height: 2;
	color: #242323;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: 0.3s;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;


}
.goodscard .pro a:hover h4{
	color: #fff;
	background-color: #009c94;
}
.goodscard .pro .titd{
	width: 94%;
	overflow: hidden;
	border: 1px solid #d0d0d0;
	margin:-1px auto 25px;
}
.goodscard .pro .titd h3{
	float: left;
	width: 70%;
	font-size: 16px;color: #23242b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 55px;
    text-indent: 1em;
	font-weight: bold;
	transition: 0.3s;
}
.goodscard .pro .titd .btns{
	float: left;
	width: 30%;
}
.goodscard .pro .titd .btns a{
	border: none;
    margin: 14px 0 0 0;
}






.news .product{
	padding: 2%;
	background-color: #fff;
}


.column{
	background-color: #f5f5f5;
	padding: 4% 2%;
	border-radius: 10px;
text-align: center;
}
.column a{
	font-size: 18px;
	display: inline-block;
	margin: 5px 15px;
}
.goodscard .pro img{ width: 100%;height: 255px;object-fit: contain;}
.goodinfo{position: relative;}
.goodinfo .swiper-container{width: 95%;}
.goodinfo .gallery-top{margin-bottom: 15px; border: 1px solid #ededed;}

.goodinfo .gallery-top .swiper-slide{
    padding-bottom: 65.5%;
	background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
}
.prodefault .title h3{white-space: nowrap; width: 100%;}
.prodefault .title h3::after{
	content: "";
	width: 25px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	background-color: #009c94;
	margin-left: 2%;
}
.prodefault .title h3::before{
	margin-right: 2%;
}
.prodefault p{max-width: 100%;}
.prodefault img{max-width: 100%;}

.goodinfo .gallery-thumbs .swiper-slide{
	cursor: e-resize;
	padding-bottom: 15%;
	background-size: contain;
	background-repeat: no-repeat;
      background-position: center;
	border:1px solid #fff;
  border:1px solid #ccc;
	transition: 0.3s;
}
.goodinfo .gallery-thumbs .swiper-slide-thumb-active{
	border:1px solid #009c94;
}
.goodall{
	background-color: #f5f5f5;
	padding-top: 5%;
	padding-left: 7%;
	padding-bottom: 5%;
}
.goodall h2{
	color: #0d3475;
	line-height: 3.5;
	font-size: 28px;
	font-weight: bold;
	position: relative;
}
.goodall h2::after{
	content: "";
	display: inline-block;
	width: 10%;
	vertical-align: super;
    margin-left: 3%;
	border: 1px solid #009c94;
}
.goodall ul{
	font-size: 16px;
	line-height: 35px;
	color: #616161;
	border: none;
}
.goodall ul li{font-size: 16px;}
.goodall .telall{
	font-size: 16px;
}
.goodall .telall a{
	display: inline-block;
    padding: 7px 0;
    border-radius: 8px;
    transition: 0.3s;
    color: #fff;
    margin-top: 5%;
    margin-bottom: 3.2%;
    font-size: 18px;
    width: 36%;
	margin-right: 5%;
	text-align: center;
	transition: 0.6s;
	border: 1px solid #f5f5f5;
	background-color: #009c94;
}
.goodall .cons{font-size: 18px;line-height: 2.5;}
.goodall .telall a:hover{
	transform:  translateY(-5px);
}
/* .goodall .telall a:nth-child(1){background-color: #79cbc4;}
.goodall .telall a:nth-child(2){background-color: #009c94;}
.goodall .telall a:nth-child(3){background-color: #ff9806;}
.goodall .telall a:nth-child(4){background-color: #8a58fb;} */
.goodall .telall a.read{
	width: auto;
	padding: 7px 20px;
	background-color: #f5f5f5;
	color: #333;
	border: 1px solid #333;
	zoom:1.1;
  
}
.goodall .read:hover{
	color: #6d99d7;
	background-color: #fff;
	border: 1px solid #6d99d7;
}
.prodefault .top{
	margin-top: 4%;
	border-bottom: 1px solid #6d99d7;
}
.prodefault .top h4{
	display: inline-block;
	background-image: url(../images/gobg.jpg);
    background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	padding: 12px 26px;
	font-size: 20px;
}
.prodefault .cons{line-height: 30px;}
/*advbox*/
.advbox{
	color: #fff;
	position: relative;
	padding-top: 2.5%;
	background-color: #f6f6f6;
}
.advbox .chbox{
	margin-top: 2%;
	background-image: url(../images/advsbg.jpg);
	background-size: cover;
	background-position: center 84%;
	background-repeat: no-repeat;
	overflow: hidden;
}
.advbox .chbox .cons{
	padding: 15% 10% 35%;
	border-right: 2px solid #fff;
	transition: 0.3s;
	overflow: hidden;
}
.advbox .chbox .cons p{
	height: 70px;
	font-size: 15px;
	line-height: 35px;
	position: absolute;
	bottom: -10%;
	opacity: 0;
	transition: 0.3s;

}
.advbox .chbox .font{
	padding-bottom: 80%;
	transition: 0.3s;
}
.advbox .chbox .font .icon{font-size: 55px;}
.advbox .chbox .mytit{
	display: flex;
	align-items: center;
    position: relative;
}

.advbox .chbox .mytit h3{
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 10px;
}
.advbox .chbox .mytit::after{
	content: "";
	display: block;
	width: 29px;
	height: 3px;
	background-color: #fff;
	position: absolute;
    bottom: -25px;
}
.advbox .chbox li{
	transition: 0.5s;
}
.advbox .chbox li:hover{
	background-image: url(../images/advlibg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.advbox .chbox li:hover .btns{
	opacity: 0;
}
.advbox .chbox li:hover p{
	opacity: 1;
	bottom: 16%;
}
.advbox .chbox li:hover .font{
	padding-bottom: 60%;
}
.advbox .chbox li:hover .cons{
	padding: 15% 9.9% 52%;
}
.advbox .chbox li.my{
	background-image: url(../images/advlibg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.advbox .chbox li.my .btns{
	opacity: 0;
}
.advbox .chbox li.my p{
	opacity: 1;
	bottom: 16%;
}
.advbox .chbox li.my .font{
	padding-bottom: 60%;
}
.advbox .chbox li.my .cons{
	padding: 15% 9.9% 52%;
}






.advbox .adv1,.advbox .adv2{position: absolute;}
.advbox .adv1{left: 0;top: 18%;max-width: 37%;}
.advbox .adv2{right: 0;bottom: 6%;max-width: 36%;}
.advbox .inner{
	width: 1300px;
	margin: auto;
}
.advbox .title h3{color: #009c94;margin-top: 2.5%;}
.advbox .text{padding-top: 4%;}
.advbox .text p{
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
}
.advbox .text p:nth-child(2){text-indent: 17%;}

.gomore .ask{
	float: none;
	display: inline-block;
	padding: 8px 15px;
	color: #fff;
	margin: 9% auto 20px;transition: 0.3s;
	background-color: #009c94;
	border: 2px solid #009c94;
}
.gomore .ask:hover{
	padding: 8px 25px;
}



/*names*/
.name>div:first-child{
	font-size: 55px;
    color: #009c94;
    font-weight: bold;
    margin-right: 3px;
}
.name h2{font-size: 30px;color: #000;font-weight: 800;}
.name span{font-weight: 800;color: #ccc;font-size: 15px;text-transform: capitalize;}



/* 流程 */
.lcbox ul li{position: relative;}
.lcbox ul li .lcimg{
	margin: 10px;
	border-radius: 5px;
    overflow: hidden;
	box-shadow: 3px 4px 8px #009c94;
}
.lcbox ul li .lcimg a{
	display: block;
	position: relative;
}
.lcbox ul li::after{
	content: "";
    display: inline-block;
    width: 50%;
    background-color: #fff;
	position: absolute;
	top: 0;
    right: -51%;
    height: 100%;
    background-image: url(../images/fan.png);
    background-repeat: no-repeat;
	background-position: center;
	display: none;
}
.lcbox ul li:last-child{
	margin-right: 0;
}
.lcbox ul li:last-child::after{
	display: none;
}
.lcbox ul li .imgbox{
	text-align: center;
	margin: auto;
	transition: 0.3s;
	background-color: #919fd0;
}
.lcbox ul li .imgbox img{display: inline-block;}

.lcbox ul li h3{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
	opacity: 0;
	transition: 0.3s;
	background-color: rgba(229, 0, 0, .8);
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	padding: 0 5%;
}
.lcbox ul li:hover h3{opacity: 1;}
.lcbox ul li:hover .imgbox img{transform: scale(1.1) rotate(1deg);}
.inbanner{position: relative;}
.inbanner-content{
	position:absolute;
	bottom:0%;
	left:50%;
	transform: translate(-50%,-20%);
	color:#fff;
	/* text-align: center; */
}
.inbanner h2 {
	font-size:50px;
	line-height:100px;

	opacity: 0;

}
.inbanner img{max-height:600px;width:100%;object-fit:cover;}


.mycom .name{
	font-size: 38px;
	color: #000;
}
.mycom .inpage{
	padding: 2% 0;
    background-image: url(../images/mycom.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.mycom .honor{
	padding: 2% 0;
}
.mycom .swiper-slide a{
	position: relative;
	display: block;
}
.mycom .swiper-slide .honortit{
	font-size: 18px;
	line-height: 2;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(18, 103, 193, .89);
	background-color: rgba(25, 166, 158, 1);
	color: #fff;
	padding: 2% 6%;
}



/* products */
@keyframes routate {
    0% {
        transform: scaleX(1.2);
    }
    50% {
        transform: scaleX(0.9);
    }
    100% {
        transform: scaleX(1.2);
    }
}
.lang{
	animation-name: routate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
.products{
	padding: 0 0 2%;
}
.protxt{padding: 4.5%;color: #fff;}
.protxt h2{
	font-size: 30px;font-weight: bold;
	line-height: 2;display: inline-block;
	padding: 0 49px;
	background-image: url(../images/titbg.png);
	background-repeat: no-repeat;
}
.protxt span{
	font-size: 16px;color: #333;display: block;
	text-transform: uppercase; font-family: 'iconfont';
	white-space: nowrap;margin-top: 2%;
}
.title h2{font-size: 40px;font-weight: bold;line-height: 2;margin-top: 15%;}
.gomore a{
	display: inline-block;
	float: right;
	margin-top: 17%;
	margin-right: 10%;
	font-size: 18px;
	color: #fff;
}
.allpros{
	width: 100%;margin: 30px auto;
	background-color: #f3f3f3;


	overflow: hidden;
}
.allpros .goodsgo{float: left;background-color: #f3f3f3;width: 75%;}
.allpros .search{float: right;width: 23%;text-align: center;}
.allpros .search form{
	display: flex;
}
.allpros .search form input{
	width: 75%;background-color: #f3f3f3;
	padding: 19px 10px;border: none;outline: none;
	font-size: 16px;
}
.allpros .search form input::placeholder{color: #333;}
.allpros .search form .btn{
	width: 25%;
	color: #fff;
	background-color: #009c94;
}
.allpros .search form .btn span{font-size: 20px;}



.allpros a{
	padding: 0 25px;
    margin: 18px 0px;
	float: unset;
	display: inline-block;
	font-size: 16px;
	color: #737373;
	background-color: #f3f3f3;
	display: inline-block;
	transition: 0.3s;
	border-right: 2px solid #888888;
}
.allpros a:first-child{
	margin: 0;
	padding: 18px 45px;
	color: #fff;
	border:none;
	background-color: #009c94;
}

.allpros a:last-child{margin-right: 0;}
.allpros a:hover,.gomore a:hover{
	color: #009c94; 
}

.allpros a:first-child:hover{
	color: #fff;
}

.allpros a.on{color: #009c94;}
.products .letimgs{position: relative;}
.products .txt{
	position: absolute;padding-top: 5%;top: 23%;
	width: 100%; text-align: center;
	color: #fff;
}
.products .txt p{font-size: 28px;margin-top: 38%;margin-bottom: 14%;}
.products .txt a{
	display: inline-block;
	width: 52%;margin: auto;
	line-height: 3;
	color: #fff;
	background-color: #009c94;
	transition: 0.3s;
}
.products .txt a:hover{width: 70%;}






.products .procons{margin-top: 7%;}
.products .procons li{display: none;color: #1a1a1a;}
.products .procons li:first-child{display: block;}
.products .procons li h3{font-size: 24px;color: #009c94;line-height: 2;margin-bottom: 15px;}
.products .procons li .text{
	font-size: 16px;
	line-height: 30px;
	padding-right: 8%;
}
.btns{
	transition: 0.3s;
}
.btns a{
	color: #000;
	padding: 0; border-radius: 0;
	background: unset;
	border: none;
	margin-right: 30px;
}
.btns a span{
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	border-radius: 50%;
	background-color: #009c94;
	margin-right: 10px;
	transition: 0.3s;
	vertical-align: bottom;
}

.company .btns a span{
	background-color: #009c94;
}
.mores{
	color: #fff;
    padding: 2% 15%;
    background-color: #009c94;
    font-size: 16px;
    border-radius: 30px;
    margin-top: 2%;
    display: inline-block;
    transition: 0.3s;
    border: 1px solid #009c94;
	position: relative;
}
.mores:hover span{transform: rotate(360deg);}
.mores:hover{color: #009c94;}


.probox{overflow: hidden;}
.products .probox{margin-top: 0;}
.probox li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3.5%;
}
.probox li:nth-child(3n){margin-right: 0;}

.probox li .titd{
	overflow: hidden;
	border: 1px solid #d0d0d0;
	margin-top: -1px;
}
.probox li .titd h3{
	float: left;
	width: 70%;
	font-size: 16px;color: #23242b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 55px;
    text-indent: 1em;
	font-weight: bold;
	transition: 0.3s;
}
.probox li .titd .btns{
	float: left;
	width: 30%;
}
.probox li .titd .btns a{
	border: none;
    margin: 14px 0 0 0;
}
.probox li a{
	display: block;
	overflow: hidden;
	transition: 0.3s;
	background-color: #fff;
	border: 1px solid #d0d0d0;
}
.probox li a img{width: 100%;display: block;}

.probox li a .imgbox img{height: 248px; object-fit: cover;}
.probox li a .imgbox{
	transition: 0.3s;
	overflow: hidden;
}
.probox li:hover h3{font-weight: bolder;transform: translateX(-10px);color: #009c94;}
.probox li:hover a{color: #009c94;}
.goodbox .goto{margin-top: 5%;}
.goodbox .goto a{
	color: #fff;
	display: inline-block;
	font-size: 14px;
	background-color: #009c94;
	padding: 15px 9%;
	margin: 0 10px;
	border-radius: 15px;
	transition: 0.3s;
}
.goodbox .goto a:last-child{
	background-color: #23242b;
}
.goodbox .goto a:hover{
	box-shadow: 0 4px 5px #0b95dd;
	transform: translateY(-10px);
}

#eovn .swiper-wrapper{
	flex-direction: unset;
}

.probox .swiper-container .titd{
	overflow: hidden;
	border: 1px solid #d0d0d0;
	margin-top: -1px;
}
.probox .swiper-container .titd h3{
	float: left;
	width: 70%;
	font-size: 16px;color: #23242b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 55px;
    text-indent: 1em;
	font-weight: bold;
	transition: 0.3s;
}
.probox .swiper-container .titd .btns{
	float: left;
	width: 30%;
}
.probox .swiper-container .titd .btns a{
	border: none;
    margin: 14px 0 0 0;
}
.probox .swiper-container a{
	display: block;
	overflow: hidden;
	transition: 0.3s;
	
	background-color: #fff;
	border: 1px solid #d0d0d0;
}
.probox .swiper-container a img{width: 100%;display: block;}

.probox .swiper-container a .imgbox img{height: 248px; object-fit: cover;}
.probox .swiper-container a .imgbox{
	transition: 0.3s;
	overflow: hidden;
}
.probox .swiper-container .swiper-slide>div{
	margin: 15px;
}
.probox .swiper-container .swiper-slide:hover h3{font-weight: bolder;transform: translateX(-10px);color: #009c94;}
.probox .swiper-container .swiper-slide:hover a{color: #009c94;}


/* case */
.case{
	padding:4% 0 3%;
	background-color: #f6f6f6;
}
.case .re_case .title h3::after{
	display: block;
	margin: 15px auto;
}
.case .default{
	font-size: 15px;
	line-height: 30px;
	margin-top: 3%;
}
.case .title span{display: block;color: #333;}
.case .casego{margin-top: 10%;display: block;}
.case .swiper-slide a{
	display: block;
	transition: 0.3s;
	color: #242323;
	text-align: center;
	position: relative;
}
.case .mynbox .casebtn{
	position: relative;
	padding: 30px;
}
.case .mynbox .casebtn .page{
	width: 10%;
    position: relative;
	margin-top: 14px;
	
}
.case .mynbox .casebtn>a{
	float: right;
	font-size: 16px;
	color: #fff;
	padding: 8px 5%;
	border-radius: 10px;
	margin-top: -15px;
	background-color: #009c94;
}
.case .swiper-slide a h5{
	font-size: 18px;
	line-height: 2;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(25, 166, 158, 1);
	color: #fff;
	padding: 2% 6%;
}
.case .swiper-slide a img{
	width: 100%;
	height: 420px;
	object-fit: cover;

}
.case .swiper-slide .title{
	margin: 0;
	font-size: 14px;
	line-height: 49px;
}
.case .casemore{display: block;font-size: 14px;color: #009c94;}
.mynbox .swiper-container{margin: auto;}
.mynbox .swiper-container .page .spnbtn{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}
.mynbox .swiper-container .page .spnbtn span{
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 1.5rem;
	line-height: 40px;
	text-align: center;
	border: 2px solid #009c94;
	border-radius: 10px;
	font-family: 'iconfont';
	font-weight: 900;
	color: #009c94;

	transition: all 0.3s;
}
.mynbox .swiper-container .page .spnbtn span:hover {
	border-radius: 50%;
}
.mynbox .swiper-container .page>div::after{display: none;}
.mynbox .swiper-container .page .swiper-button-prev {
	left: 0;
  }
.mynbox .swiper-container .page .swiper-button-next {
	right: 0;
}

#cmenus{
	padding: 10px 0px;
	border-bottom: solid 1px #d0d0d0; 
	line-height: 1.8; text-align: center;
}
#cmenus a{
	font-size: 18px; 
	line-height: 40px;
	overflow: hidden;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 10px;
	color: #000; margin: 10px 1% 5px 1%;
}
#cmenus a::after{
	content: "";
    width: 0%;
    height: 8px;
    background-color: #fff;
    display: block;
	margin-top: -10px;
	transition: 0.3s;
}
#cmenus a:hover::after{
	width: 100%;
	background-color: #009c94;
}
#cmenus a.ons::after{
	width: 100%;
	background-color: #009c94;
}


/*newshome*/
.ul_news{ list-style: none;}
.ul_news li{ 
	padding: 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 15px;
	border-bottom: 1px dashed #dedede;
	position: relative;
}
.ul_news li::after{
	position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #009c94;
    left: 0;
    bottom: 0px;
    transition: all 0.5s;
    right: 0;
    transition: 0.5s;
    margin: auto;
    transform-origin: left center;
    transform: scaleX(0);
}
.ul_news li:hover::after{
	transform-origin: left center;
	transform: scaleX(1);
	visibility: visible;
}


.ul_news li a{display: block;overflow: hidden;}
.ul_news li span{ float: right;}
/* proinfo */
.pmenuss{ margin-top: 25px; }
.pmenuss ul{ background:#009c94; overflow: hidden; }
.pmenuss ul li{ width: 25%; cursor: pointer; float: left; text-align: center; font-size: 14px; padding: 12px 0px; color: #fff;}
.pmenuss ul li.on{ font-weight: bold; }
.pmenuss a{
	font-size: 14px; color: #fff;
	display: block;
}
.pmenuss.down{
	position: fixed;
	top: 0px; 
	width: 49.2%; 
	z-index: 999; 
	margin-top: 0px;
}
.newshome .newlist li a {
	display: block;
}
.newshome .newlist li .ndate {
	width: 20%;
	padding: 0;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #8f8f8f;
}
.newshome .newlist li .ndate h6 {
	color: #363333;
	font-size: 3rem;
	line-height: 35px;
	font-weight: bolder;
	margin: 15px 0;
}
.newshome .newlist li .ndate p {
	color: #828282;
	font-size: 2rem;
	line-height: 25px;
}
.newshome .newlist li .newcon {
	width: 63%;
	padding-left: 30px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}
.newshome .newlist li .newcon h2 {
	color: #1f1f1f;
	font-size: 16px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.3s;
}

.newshome .newlist li:hover .newcon h2{
	color: #009c94;
}
.newshome .newlist li .newcon p {
	color: #282828;
	font-size: 14px;
	line-height: 25px;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
	-webkit-box-orient: vertical;
	
}
.newshome .newlist li .imgs {
	width: 12%;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}
.newshome .newlist li .imgs img {
	max-width: 100%;
}

.myprobox .navgo{
	width: 285px;
	background-color: #fff;
}
.myprobox .navgo .navbox{
	margin:17px auto;
}
.myprobox .navgo .navbox h3{
	background-color: #009c94;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	padding: 5% 0;
	color: #fff;
	margin-bottom:3px;
}
.myprobox .navgo .navbox ul li a{
	display: block;
	background-color: #ececeb;
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	line-height: 50px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.3s;
}
.myprobox .navgo .navbox ul li a span{
	font-size: 20px;
	float: right;
	margin-right: 15px;
}
.myprobox .navgo .navbox ul li:hover a{
	color: #009c94;
}
.myprobox .navgo .navbox h4{
	background-color: #009c94;
	font-size: 16px;
	font-weight: 500;
	padding: 5% 0;
	color: #fff;
	margin-bottom:3px;
}
.myprobox .navgo .navbox h4 span{
	display: inline-block;
    margin-left: 20%;
}
.myprobox .navgo .navbox .contact-box{
	font-size: 20px;
	line-height: 35px;
	color: #fff;
	background-color: #009c94;
}
.myprobox .navgo .navbox .contact-box h5{
	font-size: 20px;
	font-weight: 400;
	padding-top: 15px;
}
.myprobox .navgo .navbox .contact-box p{
	font-size: 14px;
	line-height: 2;
}
.myprobox .navgo .navbox .contact-box .gocont{
	display: inline-block;
    padding: 4px 17%;
    border: 1px solid #fff;
    font-size: 18px;
    border-radius: 20px;
    margin-bottom: 30px;
	margin-top: 10px;
	transition: 0.3s;
}
.myprobox .navgo .navbox .contact-box .gocont:hover{
	background-color: #fff;
	color: #009c94;
}
.myprobox .navgo .navbox .contact-box  a{
	color: #fff;
}
.myprobox .navgo .navbox .contact-box .tel{
      font-size: 28px;
      display: block;
      word-wrap: break-word;
      padding: 0 16%;
}

.myprobox .conta{
	color: #333;
	font-size: 14px;
	line-height: 35px;
	margin-bottom: 15%;
	margin-top: 0px;
}
.myprobox .conta h5{
	color: #fff;
	line-height: 2.2;
	font-size: 27px;
	font-weight: bold;
	background: #eb5b02;
	text-align: center;
	margin-bottom: 15px;
	margin-top: -8px;

}
.myprobox .conta li{
	border: 1px solid #dddddd;
}
.myprobox .conta li img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.myprobox .conta li h4{
	color: #000;
    font-size: 18px;
    text-align: center;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
text-overflow: ellipsis;

    border-top: 1px solid #f1f1f1;
	background: #f1f1f1;
	transition: 0.3s;
}
.myprobox .conta li:hover h4{
	color: #fff;
	background-color: rgba(235, 91, 2, .7);
}
.apiclist {
	padding: 0;
	overflow: hidden;
  }
.apiclist .swiper-container {
	width: 100%;
	position: relative;
  }
.apiclist .swiper-container .swiper-slide-active .hjitem .hjtit p {
	color: #0164bb;
  }
.apiclist .swiper-slide {
	width: 80%;
	height: 100%;
  }
.apiclist .swiper-slide .hjitem {
	padding: 10px;
	background: #efefef;
	overflow: hidden;
	border-radius: 10px;
  }
.apiclist .swiper-slide .hjitem a {
	display: block;
	width: 100%;
	height: 100%;
  }
.apiclist .swiper-slide .hjitem .icon {
	width: 100%;
	height: 100%;
  }
.apiclist .swiper-slide .hjitem .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
  }
.apiclist .swiper-slide .hjitem .honortit {
	padding: 15px 0;
	overflow: hidden;
	background: #fff;
  }
.apiclist .swiper-slide .hjitem .hjtit p {
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 40px;
  }

  #honorspicshow {
	width: 100%;
	height: 100%;
	margin-top: 0rem;
  }
  #honorspicshow .swiper-wrapper {
	width: 100%;
  }
  #honorspicshow .swiper-slide {
	width: 400px;
	height: 100%;
	margin: 4rem 0;
	text-align: center;
	border: 0px solid #efefef;
	background-color: #f5f2e1;
	border-radius: 5px;
  }
  #honorspicshow .swiper-slide img {
	border: 1rem solid #efefef;
	border-radius: 5px;
	margin: 0 auto;
	width: 100%;
	height: 300px;
	object-fit: cover;
  }


/* company */
.indexcom{padding: 2.5% 0;}
.company{
	color: #000;
	padding: 4.5% 0 4%;
	position: relative;
	background-image: url(../images/combg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.company .title h3{display: block;color: #898989;font-weight: bold;margin-top: 15%;}
.company .title h3::after{display: none;}
.company .myhonor{margin-top: 10%;}
.company .myhonor .imgbox a{display: inline-block;max-width: 320px;overflow: hidden;}
.company .myhonor .imgbox span{
	text-transform: uppercase;
	writing-mode: tb;
	margin-left: 1%;
	font-size: 18px;
    letter-spacing: 1px;
}

.company .infoshow{margin-top: 0%;}

.company .infoshow p{
	font-size: 15px;line-height: 36px;
	color: #898989;
	width: 94%;
	margin-top: 4%;
	margin-bottom: 9%;
	text-indent: 2em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.company .boximg{position: relative;}
.company .boximg img{position: relative;z-index: 1;}
.company .boximg::after{
	content: "";
	display: block;
	width: 85%;
	padding-bottom: 59.2%;
    position: absolute;
	top: 3%;
	right: 10%;
	opacity: 0.2;
	z-index: 0;
	border-radius: 10px;
	background-color: #f9eaeb;
	transform: skewX(-7deg);
	transition: 0.5s;
	box-shadow: 3px 4px 8px #009c94;
}
.company .boximg.go::after{
	top: 7%;
	right: 8%;
	opacity: 1;
}
.company .pic{
	overflow: hidden;
	margin-bottom: 10px;
}
.company .pic a{
	display: block;
	border-radius: 30px 0 30px 0;
	transition: 0.3s;
}
.company .pic:hover a{
	border-radius: 30px;
}


.abouteng{margin:6% auto 9%;}
.abouteng .pic{overflow: hidden;}
.abouteng .pic img{
    max-width: 90%;
	border-radius: 17px;
	transition: 0.3s;
}
.abouteng .pic:hover img{transform: scale(1.1);}
.cominfo{width: 100%;}
.cominfo h2{
	font-size: 38px;
	line-height: 2;
	font-weight: 800;
	color: #009c94;
	margin-bottom: 1%;
}
.cominfo h2::after{
	content: "";
	width: 16%;
	height: 2px;
	display: inline-block;
	background-color: #d7d7d7;
	vertical-align: super;
	margin-left: 3%;
}
.cominfo .infoshow{line-height: 35px;font-size: 16px;}
.cominfo .infoshow a{
	margin-top: 3%;
	display: inline-block;
    color: #fff;
    transition: 0.3s;
    background-color: #a2a2a2;
    padding: 10px 11%;
    font-size: 20px;
    text-align: center;
	border: 2px solid #a2a2a2;

	box-shadow: 3px 4px 8px #009c94;
}
.cominfo .infoshow a:hover{
	box-shadow: 12px 6px 5px #009c94;
}
.combox{padding-left: 5%;}
.combox p{font-size: 15px; text-indent: 2em;}

.combox .comeng{
	font-size: 18px;
    text-transform: uppercase;
	width: 100%;
	text-align: center;
	transition: 0.5s;
	margin-top: -2%;
    margin-bottom: 5%;
}
.combox .comeng.ons{text-align-last: justify;}
.comnum{padding: 0px 0px 3%;}
.comnum ul{
	display: flex;
	margin-top: 3%;
	padding-bottom: 3%;

	justify-content: space-between;
}
.comnum ul li{
	width: 180px;
	text-align: left;
}
.comnum ul li:nth-child(-n+3){
	margin-right: 6%;
	border-right: 1px solid #000;
}
.comnum ul li p {
	color: #000;
    font-size: 28px;
    font-weight: 400;
}
.comnum ul li b{
	font-size: 44px;
	font-weight: 900;
}
.comnum ul li  span{
	font-size: 16px;
	color: #000;
	display: block;
	margin-left: 2%;
}
.comimg img{
	width: 100%;
	max-height: 310px;
	object-fit: cover;
}
.abouts{
	margin-bottom: 6%;
}
.abouts .show{
	font-size: 16px;
	line-height: 35px;
}
.abouts .show .pull-left{
	margin-right: 1%;
}
.aboutsbtn{
	display: flex;
}
.aboutsbtn a{
	width: 22%;
	font-size: 15px;
	padding: 15px 0;
	margin-right: 1%;
	text-align: center;
	position: relative;
	background-color: #f3f3f3;
	transition: 0.3s;
}
.aboutsbtn a::before{
	content: "";
	display: inline-block;
	width: 2px;
	height: 16px;
	background-color: #bfbfbf;
	position: absolute;
	left: 14%;
	top: 18px;
	transition: 0.3s;
}
.aboutsbtn a::after{
	content: "";
	display: inline-block;
	width: 2px;
	height: 16px;
	background-color: #bfbfbf;
	position: absolute;
	right: 14%;
	top: 18px;
	transition: 0.3s;
}
.aboutsbtn a:hover{
	color: #fff;
	background-color: #009c94;
}
.aboutsbtn a:hover::before{
	left: 30%;
	transform: skew(-15deg);
	background-color: #fff;
}
.aboutsbtn a:hover::after{
	background-color: #009c94;
}


/*  setinfo */
.setinfo{
	padding-bottom: 3%;
}
.setinfo .inner{
	width: 97%;
}
.setinfo .honor{
	margin-left: 3%;
}
.setinfo .inner .name{background-color: #efefef;margin-bottom: 20px;}
.setinfo .inner .name h5{
	font-size: 24px;
	font-weight: bolder;
	display: inline-block;
	padding-right: 8px;
	background-color: #fff;
}
.setinfo .inner .name h5::after{
	content: "";
	display: block;
    width: 50px;
    height: 5px;
    background-color: #009c94;
    margin-top: 10px;
}
.setinfo .inner .shows a .imgbox{padding: 20px;}
.setinfo .inner .shows a{
	display: block;
	background-image: url(../images/honorbg.jpg);
    background-repeat: repeat;
    height: 200px;
    position: relative;
	width: 98%;
	margin: auto;
	margin-bottom: 2%;
}
.setinfo .inner .shows a h6{
	color:#344149;
	background-color: rgba(255, 255, 255, .7);
	font-size: 20px;
	line-height: 2;
	position: absolute;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	bottom: 0;
	padding: 5px 0;
}
.setinfo .inner .shows a img{max-height: 151px;}
.setinfo .inner  .shows .imgbox .imgs{
	width: 100%;
	overflow: hidden;
}
.setinfo .inner  .shows .imgbox h6{
	text-align: center;
	line-height: 2.6;
	font-size: 16px;
}
/* indexadvs */
.indexadvs{
	padding: 3% 0;
	background-image: url(../images/advsbg.jpg);
	background-size: auto;
	background-repeat: repeat;
	background-attachment: fixed;
}
.indexadvs .mytxt{
	width: 89%;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}
.indexadvs .rebox{padding: 20px;}
.indexadvs .rebox h3{font-size: 22px;color: #000;line-height: 2;}
.indexadvs .rebox p{color: #7f7f7f;font-size: 15px;}
.indexadvs .title{text-align: right;color: #fff;margin-top: 50%;overflow: hidden;}
.indexadvs .title h3{color: #fff;}
.indexadvs .title h3::after{background-color: #fff;margin-right: 2%;}


/* news */
.news{
	padding:2% 0 2%;
	background-color: #fff;
	position: relative;
}
.news .title img{filter: invert(1);}
.news .title h3{
	color: #fff;margin-top: 0%;
	white-space: nowrap;
	text-indent: 0;
}
.news .title span{
	line-height: 40px;
	white-space: unset;
	font-family: "微软雅黑";
}
.news .inner{
	background-color: #f6f6f6;
	padding: 10% 0;
	width: 95%;
	position: relative;
	transition: 0.3s;    overflow: hidden;

}
.news .inner .time{
	text-align: center;
	color: #fff;
	font-size: 15px;
    padding: 30% 2px;
	background-color: #009c94;
}
.news .inner .time span{
	 font-size: 38px;
	 font-weight: bold;
}
.news .inner .con{
	margin: 0 15px;
}
.news .inner .con h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .inner .con p{
	font-size: 15px;
	color: #7b7b7b;
	line-height: 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .inner:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #009c94;
    left: 0;
    bottom: 0px;
    transition: all 0.5s;
    right: 0;
    transition:  0.5s;
    margin: auto;
    transform-origin: left center;
	transform: scaleX(0);
}
.news .inner:hover:after{
	transform-origin: left center;
	transform: scaleX(1);
	visibility: visible;
}
.news .inner:hover{
	-webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-box-shadow: 0 0 20px rgba(214,0,0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(214,0,0, 0.15);
	box-shadow: 0 0 20px rgba(214,0,0, 0.15); 
}
.news .more{
	display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 8px 5%;
    border-radius: 10px;
    margin-top: 45px;
    background-color: #009c94;
}

.mynbox{
	position: relative;z-index: 1;
	margin-top: 30px;
}
.mynbox .tt>div{float: left;}
.mynbox .tt .time{
	width: 11%;text-align: center;
	font-size: 12px;
}
.mynbox .tt .time span{font-size: 40px;color: #2a2a2a;font-weight: bold;}
.mynbox .tt .cons{width: 65%;padding-left: 3%;border-left: 1px solid #dedede;}
.mynbox .tt .imgbox{width: 20%;}
.mynbox .tt .imgbox img{border-radius: 8px;}
.mynbox .tt .cons h3{
	line-height: 2;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mynbox .tt .cons p{
	line-height: 35px;
	color: #666666;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mynbox .tt .cons .vies{
	color: #009c94;
	padding: 4px 18px;
	display: inline-block;margin-top: 6%;
	border: 1px solid #009c94;
	transition: 0.3s;
}

.mynbox .tt .cons .vies:hover{
	color: #fff;
	background-color: #009c94;
}

.mynlist{margin-right: 7%;}
.mynlist li{
	padding: 3.5% 0;
	transition: 0.3s;
}
.mynlist li:nth-child(-n+3){
	border-bottom: 1px solid #dedede;
}
.mynlist li:hover{background-color: #dedede;}
.news .news-li h3{
	color: #282828;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 3%;
	font-weight: bolder;
	transition: 0.3s;
}
.news .news-li a{
	color: #595959;
	transition: 0.3s;
}
.news .news-li a p{
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 5%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3%;
}

.news .news-li a span{
	color: #0d4b9b;
	font-size: 17px;
	line-height: 40px;
	font-weight: bolder;
	display: inline-block;
	transition: 0.3s;
}
.news .news-li a:hover span{
	margin-left: 5%;
}
.news .news-li a:hover h3{
	color: #2567c2;
}
.news-cont{
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
}
.news-cont::before{
	content: "";
	display: inline-block;
	padding: 2px;
	background-color: #ccc;
	position: absolute;
    left: 6px;
    top: 5px;
}
.news .newsbtn{
	margin-top: 10px;
	background-color: #009c94;
	padding: 15px;
	overflow: hidden;
}
.news .newsbtn a{
	width: 33%;float: left;text-align: center;
	color: #fff;transition: 0.3s;font-size: 18px;
	line-height: 40px;
    border-radius: 25px;
}
.news .newsbtn a span{font-size: 24px;}
.news .newsbtn a.on{background-color: #fff;color: #009c94;}



.news .left{width: 91%;}
.news .left .imgbox img{width: 100%;height: 350px;object-fit: cover;}
.news .rebox{border: 1px solid #d8dbe4;background-color: #fff;}
.news .rebox>.text-center{
	border-top: 10px solid #3b4045;
}
.news .newsone{
	display: block;
	margin: 1% 0 3%;
}
.newsonego{line-height: 4.2;}
@keyframes downico {
	0% { -webkit-transform: translateX(-40%); transform: translateX(-40%); opacity: 0.5; }
	50% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
	100% { -webkit-transform: translateX(-40%); transform: translateX(-40%); opacity: 0.5; }
}
.newsonego img {
	margin-top: -10px;
	-webkit-animation: downico 1.5s ease-in-out 1s infinite;
	animation: downico 1.5s ease-in-out 1s infinite;
}
.news .newsone h3{font-size: 18px;line-height: 2.5;}
.news .newsone p{font-size: 15px;color: #787878;margin-bottom: 15px;}
.news .newsone span{font-size: 14px;color: #787878;}

.indexnewslist{margin-left: 4%;}
.indexnewslist li{
	border: 1px solid #d8dbe4;
	background-color: #fff;
	margin-bottom: 2.4%;
	position: relative;
    transition: all 0.5s;
}
.indexnewslist li .text-center{
	width: 83%;
	transition: 0.3s;
	padding: 15px 0;
	background-color: #a2a2a2;
}
.indexnewslist li:hover .text-center{
	background-color: #009c94;
}
.indexnewslist li:after{
    /* position: absolute; */
    content: "";
    width: 100%;
    height: 0px;
    background: #037edb;
    left: 0;
    bottom: 0px;
    transition: all 0.5s;
    right: 0;
    transition: transform 0.5s;
    margin: auto;
    transform-origin: right center;
	transform: scaleX(0);
}
.indexnewslist li:hover:after{
	transform-origin: left center; transform: scaleX(1);
}
.indexnewslist li:hover{
	-webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-box-shadow: 0 0 20px rgba(6, 102, 204, 0.5);
    -moz-box-shadow: 0 0 20px rgba(6, 102, 204, 0.5);
	box-shadow: 0 0 20px rgba(6, 102, 204, 0.5); 
}

.indexnewslist h3{
	font-size: 16px;
	color: #2c2d2d;
	line-height: 3.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newslist li{
	border-top: 1px solid #ccc;
	transition: 0.3s;
	padding: 2% 0 1% 1%;
}
.newslist li:last-child{
	border-bottom: 1px solid #ccc;
}
.newslist li h3{
	font-size: 26px;
	line-height: 3;
	color: #000;
}
.newslist li p{
	font-size: 16px;
	line-height: 35px;
}
.newslist li .mores{
	margin-top: 22%;
	font-size: 16px;
	display: inline-block;
	border-bottom: 1px solid #333;
	line-height: 35px;
}
.newslist li .mores span{
	font-size: 16px;
}
.newslist li .time{
	width: 70%;
	margin: auto;
	margin-top: 7%;
	border: 1px solid #ccc;
}
.newslist li:hover{
	background-color: #f0f0f0;
}
.newbody .news{
	background-color: #fff;
}
.newsconts{
	padding-top: 3%;
}
.newsconts .time{
	height: 50px;
    line-height: 50px;
	margin-top: 25px;
	color: #666;
    border-top: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
	margin-bottom: 20px;
}
.newsconts .time .o{
	display: inline-block;
	margin-right: 20px;
}
.contenbox{
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 35px;
}
.contenbox img{
	max-width: 100%;
}
.contenbox p{
	max-width: 100%;
}
.mz{font-size: 14px;}
.zx_news{
	float: right;
	width: 96%;
	padding: 4.5% 8%;
	border-radius: 10px;
	background-color: #edf3ff;
}
.zx_news h2{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 2.2;
}
.zx_news ul{
	padding: 2% 5%;
	border-radius: 10px;
	border: none;
	background-color: #fff;
}
.zx_news ul li{
	border: none;
	padding: 0;
}
.zx_news ul li a{
	padding: 2.4% 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zx_news ul li a::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	padding: 3px;
	border-radius: 50%;
	margin-right: 8px;
	background-color: #a0a0a0;
}
/*newend*/
/* ls_team */
.ls_team{
	padding: 3% 0;
	background-image: url(../images/fcbg.jpg);
	background-size: auto;
	background-repeat: repeat;
}
.ls_team .title h3{margin-top: 5%;color: #fff;}


#prev_next{margin: 10px 10px;clear: both;overflow: hidden; }
#prev_next li{margin: 10px 0;}
#prev_next li i{ margin-right: 5px; }
#prev_next li a:hover{ color: #2567c2; }
#prev_next li div{ display: inline-block; }
#prev_next li:first-child{float: left;}
#prev_next li:last-child{float: right;}


/*mesages*/
.de-message{ margin: 25px auto; overflow: hidden;}
#formData{
	width: 60%;
	min-width: 300px;
    margin:30px auto;
}
#formData form-tr{
    overflow: hidden;
}
#formData input{
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
}
#formData .error{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}
#formData .submit{
    margin-top: 15px;
    display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #009c94;
    color: #fff;
    font-size: 15px;
}
.form-tr .code {
    overflow: hidden;
}
#formData .form-tr .code input{
    width: 188px;
    float: left;
}
.form-tr .code .verify{
    cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
 .form-tr .code .verify img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#formData textarea{
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: 168px;
    border: 1px solid #e6e6e6;
}
.rig-title-over{
    text-align: center;
}

/*contact*/
.contact-list{ overflow: hidden; margin-top: 10px;}
.contact-list ul li {
  min-height: 36px;
  padding-left: 50px;
  font-size: 14px;
  color: #666;
  margin-bottom: 14px;
  word-wrap: break-word;
  line-height: 36px;
}
.contact-list ul li span {
  display: block;
  float: left;
  color: #999;
}
.contact-list ul li.icon-01 {
  background: url(../images/contact-icon-01.png) no-repeat left top;
}
.contact-list ul li.icon-02 {
  background: url(../images/contact-icon-02.png) no-repeat left top;
}
.contact-list ul li.icon-03 {
  background: url(../images/contact-icon-03.png) no-repeat left top;
}
.contact-list ul li.icon-04 {
  background: url(../images/contact-icon-04.png) no-repeat left top;
}
.contact-list ul li.icon-05 {
  background: url(../images/contact-icon-05.png) no-repeat left top;
}
.contact-list ul li.icon-06 {
  background: url(../images/contact-icon-06.png) no-repeat left top;
}
#dituContent {
	overflow: hidden;
	margin-top: 25px;
	width: 100%;
	height: 475px;
}

/* 分页 */
.de-page-mian {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: 10px 0 35px;
    clear: both
}

.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden
}

.de-page-mian .page-inner a {
    display: block;
    width: auto !important;
    float: left;
    min-width: 26px;
    padding: 0 5px;
    margin: 0 5px;
    height: 36px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin-right: -1px;
    overflow: hidden
}

.de-page-mian .page-inner a.active,.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: #333;
    background: #333
}

.de-page-mian .page-inner a.prev {
    margin-right: 10px
}

.de-page-mian .page-inner a.prev::before {
    content: "<<";
    display: inline-block
}

.de-page-mian .page-inner a.prev:hover {
    border-color: #ddd
}

.de-page-mian .page-inner a.next {
    margin-left: 10px;
    margin-right: 15px
}

.de-page-mian .page-inner a.next::before {
    content: ">>";
    display: inline-block
}

.de-page-mian .page-inner a.next:hover {
    border-color: #ddd
}

.de-page-mian .page-inner a.page-btn {
    font-size: 12px;
    margin-right: 0;
    width: 63px;
    margin-left: 10px
}

.de-page-mian .page-inner span {
    display: block;
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 38px
}

.de-page-mian .page-inner input {
    display: block;
    float: left;
    height: 36px;
    width: 36px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin: 0 5px
}


/* footer */
footer{color: #fff;background-color: #1a1a1a;}
footer a{color: #fff;}
footer .link{
	color: #000;
	padding: 18px 0;
	/* background-image: url(../images/red.jpg); */
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 110% 100%;
	background-color: #fff;
	border-top: 1px solid #d3d3d5;
	position: relative;
	z-index: 1;

}
/* footer .link::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;top: 0;
	z-index: 0;
	height: 100%;
	width: 19.5%;
	background-color: #009c94;
	z-index: -1;
} */

footer .link span{color: #009c94;}
footer .link a{color: #000;}
footer .vx{margin-top: 6%;}
footer .vx p{line-height: 35px;}
footer .pad5{}

footer .link span{
	font-size: 18px;
	display: inline-block;
	margin-right: 3%;
}
footer .fotbox{
	width: 100%;margin: auto;
	border-bottom: 1px solid #9ccdff;
	border-bottom: 1px solid rgba(255, 255, 255, .17);
}
footer .foot{
	padding: 1% 0 1%;
	font-size: 14px;
	color: #fff;
	background-color: #282828;
	background-image: url(../images/footbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
}

footer .foot a{color: #fff;}
.fotnav p{line-height: 35px;color: #fff;}

footer .foot ul li{line-height: 30px;font-size: 15px;}
footer .foot .addtel{
	font-size: 18px;
	line-height: 35px;
}
footer .foot .fline{
	margin: 10px auto;
	position: relative;
	text-align: center;
}

footer .foot .fline .icon{
	font-size: 50px;
	color: #919fd0;
	background-image: url(../images/quan.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 17px;
	margin: 0 1%;
}
footer .foot .fline::before{
	content: "";
	display: inline-block;
	width: 45%;
	border: 1px solid #c9c7c7;
	vertical-align: text-top;
}
footer .foot .fline::after{
	content: "";
	display: inline-block;
	width: 45%;
	border: 1px solid #c9c7c7;
	vertical-align: text-top;
}
.footnav{overflow: hidden;}
.footnav a{
	font-size: 15px;
	text-align: center;
	display: block;
	margin-bottom: 13px;
}
.footnav a:last-child{border: none;}
.foot .copy{
	color: #bebebe;
	font-size: 14px;
	text-align: center;
	margin: 30px auto 10px;
	line-height: 35px;
}
.gotop{
	background-color: #009c94;
	text-align: center;
	line-height: 65px;
}
.gotop img{margin-top: -55px; cursor: pointer;}
.ercode{line-height: 2;}
footer .foot .addtel span{
	color: #fff;
	font-size: 18px;
	font-weight: bolder;
}
footer .foot h5{
	width: 75%;
	color: #fff;
	line-height: 40px;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, .17);
}
footer .foot .searchbox{
	position: unset;
	transform: unset;
	color: #000;
	overflow: hidden;
	padding: 2% 4%;
	margin-top: 3%;
}

footer .foot .searchbox>div{width: 50%;float: left;}
.fotnav a{
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	font-size: 15px;
	transition: 0.3s;
}
.fotnav a:hover{color: #009c94;}
.rightnav {
    position: fixed;
    right: 12px;
    top: 54%;
	z-index: 9;
	zoom: 0.79;
}

.rightnav li{
    width: 84px;
    position: relative;
    margin-bottom: 2px
}

.rightnav li a{border-radius: 15px;}
.rightnav li:last-child{border: none;}
.rightnav li.weightcons{border: none;}

.weightcons a {
    border-radius: 15px
}

.rightnav li a {
    color: #fff;
    font-size: 16px;
    padding: 13px 12px;
    display: block;
    text-align: center;
    transition: .3s;
    line-height: 1px;
	background-color: #3b4045;
	box-shadow: 0 5px 5px #ccc;
}

.rightnav li a img {
    margin-bottom: 10px
}

.rightnav li>a:hover {
    background-color: #009c94
}
.rightnav .hover_con a {
    font-weight: bolder
}
.rightnav li .hover_con {
    width: 166px;
    border-radius: 3px;
    position: absolute;
    left: -175px;
    color: #fff;
    text-align: center;
    background-color: #009c94;
    padding: 5px;
    height: auto;
    top: 0;
    transform: rotateX(-90deg);
    transition: all .2s linear 0s;
    max-height: 140px
}
.rightnav li .hover_con img{margin: auto;}

.rightnav li .hover_con a{
	background-color: #009c94;
	box-shadow: 0 5px 5px #009c94;
}
.rightnav li:hover .hover_con {
    left: -176px;
    transform: rotateY(0deg)
}
#plugin-contact-ring2{display: none;}
.home .product{
	background-color: #fff;
	padding-top: 3%;
	padding-bottom: 0%;
	position: relative;
}
.home .product .indexgood{
	position: absolute;
	left: 0;
	width: 34.5%;
	bottom: 0;
}
.home .product .telnum{margin-top: 16%;}
.home .product  .telnum span{
	font-size: 20px;
	display: block;
	color: #344149;
}
.home .product .telnum  a{
	font-size: 26px;
	font-weight: bold;
	color: #009c94;
}
.home .product .telnum i{
	font-size: 32px;
	font-weight: bold;
	color: #009c94;
	vertical-align: sub;
}
.home .product .title{text-align: right;}
.home .product .title p{font-size: 62px;color: #3b4045;line-height: 1;}
.home .product .title h3{font-weight: 400;color: #009c94;line-height: 2;}
.home .product .title h3::after{display: none;}
.index_goodlist{text-align: center;margin-top: 7%;}
.index_goodlist .probox img{margin: auto;}
.index_goodlist .probox{
	background-color: #e6e6e6;
	transition: 0.3s;
	display: inline-block;
}
.index_goodlist .probox h2{
	font-size: 25px;
	color: #344149;
	line-height: 2;
	transition: 0.3s;
}
.index_goodlist .probox p{
	font-size: 16px;
	color: #969696;
	line-height: 30px;
	transition: 0.3s;
}
.index_goodlist .probox .imgbox{
	transition: 0.3s;
	margin-top: -37%;padding-bottom: 7%;
}
.index_goodlist .probox .procons{padding: 20% 7%;}
.index_goodlist li:hover .probox{
	background-color: #009c94;
	margin-top: -6%;
}
.index_goodlist li:hover h2,.index_goodlist li:hover p{color: #fff;}
.index_goodlist li:hover .imgbox{
	margin-top: -45%;
    padding-bottom: 20%;
}


/* honor */
.indexhonor{background-color: #fff;padding-top: 1%;}
.indexhonor .title{text-align: center;}
.indexhonor .title h3::after{display: block;margin: 25px auto;}
.indexhonor .honorshows{
	background-image: url(../images/honorbg.jpg);
	background-repeat: repeat;
	height: 407px;
	position: relative;
	margin-right: 1%;
}
.indexhonor .honorshows .imgs{padding: 30px;}
.indexhonor .honorshows .imgbox img{height: 305px;}
.indexhonor .honorshows h6{
	color:#344149;
	background-color: rgba(255, 255, 255, .7);
	font-size: 20px;
	line-height: 2;
	position: absolute;
	width: 100%;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	bottom: 0;
	padding: 5px 0;
}
.imageslist{
	padding-top: 2.5%;
	padding-bottom: 2.5%;
}
.imageslist .imgbox{
	overflow: hidden;
}
.imageslist .imgbox img{
	width: 100%;
	height: 270px;
	object-fit: cover;
	transition: all 0.3s;
}

.imageslist a{
	width: 90%;
	margin: auto;
	display: block;
	background-color: #fff;
	text-align: center;
	font-size: 20px;
	color: #3e3e3e;
	margin-bottom: 8%;
	box-shadow: 0 0 5px #ccc;
}
.imageslist a p{
	padding: 5% 4%;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.imageslist a:hover p{
	color: #ff6b00;
}
.imageslist a:hover img{
	transform: scale(1.1);
}
.product{padding:0 0 3%;}
.product .goods{
	padding: 2%;
	background-color: #fff;
}
.ccc{background-color: #f5f5f5;}

@media (max-width:1500px){
	.advbox .chbox .cons{padding: 15% 10% 52%;}
	.advbox .chbox .mytit h3{font-size: 19px;}
	.advbox .chbox .font{padding-bottom: 65%;}
	.advbox .chbox li:hover .font{padding-bottom: 45.5%;}
	.advbox .chbox li:hover .cons{padding: 15% 9.9% 69%;}
	.advbox .chbox li.my .font{padding-bottom: 45.5%;}
	.advbox .chbox li.my .cons{padding: 15% 9.9% 69%;}




}

@media (max-width:1460px){
	.company{padding: 4.5% 10px 4%;}

}
@media (max-width:1400px){
	.mainbav>li a{font-size: 15px;}
	.allpros a{font-size: 15px;}
	.mycons1{}
	.probox li a .imgbox img{height: 220px;}

	.container{width: 1300px;max-width: 100%;}
	.probox ul li a{line-height: 42px;}
	.banner{padding-bottom: 45%;}
	.home .product .title p{font-size: 42px;}
	.title h3{font-size: 34px;}
	.home .product .telnum a{font-size: 20px;}
	.header h1{width: 95%;}

	
}
@media (max-width:1200px){


	#cmenus a{font-size: 16px;}
	.imageslist .imgbox img{height: 180px;}
	.imageslist a{font-size: 17px;}
	.myprobox .navgo{width: 97%;}
	.inbanner h2{
		font-size: 40px;
		line-height: 80px;
	}
	.newshome .newlist li .ndate h6{font-size: 20px;}
	.newshome .newlist li .ndate p{font-size: 16px;}
	.advbox .chbox .cons p{font-size: 14px;line-height: 25px;}
	.advbox .chbox .font .icon{font-size: 42px;}
	.btns a span{zoom: 0.8;}
	.advbox .chbox .mytit h3{font-size: 17px;}
	.advbox .chbox .mytit .btns a{margin-right: 0;}


	.name>div:first-child{font-size: 45px;}
	.name h2{font-size: 25px;}
	.aboutsbtn{width: 95%;margin: auto;justify-content: center;}
	.company .infoshow p{margin-bottom: 2%;}
	.cominfo h2{font-size: 34px;}
	footer .foot .fline::before{width: 40%;}
	footer .foot .fline::after{width: 40%;}
	.headinner{padding: 0 3%;}
	header .webtit{width: 47%;}
	.mainbav>li a{font-size: 14px;}
	.header h1{margin-top: 0;}	
	.container{width: 100%;}
	.aboutsbtn a:hover::before{
		left: 17%;
		transform: skew(-15deg);
		background-color: #fff;
	}
}
@media (max-width:992px){
	
	.goodall h2{font-size: 20px;line-height: 3;}
	.goodall .telall a{margin-top: 15px;margin-bottom: 10px;font-size: 16px;}
	.myprobox .navgo .navbox .contact-box .gocont{font-size: 16px;}
	.myprobox .navgo .navbox .contact-box h5{font-size: 16px;}
	.myprobox .navgo .navbox .contact-box .tel{font-size: 20px;}
	.myprobox .conta li img{
		height: 160px;object-fit: contain;
	}
	.goodall{
		padding: 2%;
	}
	.myprobox .navgo .navbox h3{
		font-size: 19px;
	}

	.rightnav{zoom: 0.75;}
	.case .swiper-slide a h5{font-size: 16px;}



	.advbox .chbox .mytit .btns{display: none;}
	.advbox .chbox .cons p{font-size: 13px;}
	.advbox .chbox .font{padding-bottom: 35%;}
	.advbox .chbox .cons{padding: 15% 10% 95%;}
	.advbox .chbox li:hover .cons{padding: 15% 9.9% 116%;}
	.advbox .chbox li:hover p{bottom: 30%;}
	.advbox .chbox li:hover .font{padding-bottom: 13.5%;}
	.advbox .chbox li.my .cons{padding: 15% 9.9% 116%;}
	.advbox .chbox li.my p{bottom: 30%;}
	.advbox .chbox li.my .font{padding-bottom: 13.5%;}

	.advbox .chbox .mytit h3{font-size: 15px;}
	.advbox .chbox .font .icon{
		height: 43px;
		display: inline-block;
	}
	.advbox .chbox li:nth-child(2) .font .icon{
		font-size: 35px;
		margin-top: 7px;
	}
	.advbox .chbox .mytit::after{bottom: -10px;}

	.news .inner .con h3{font-size: 17px;}
	.news .inner .con p{font-size: 14px;}
	.news .inner .time span{font-size: 28px;}
	.news .inner .time{font-size: 14px;}

	.case .swiper-slide a img{height: 245px;}
	.case .mynbox .casebtn .page{width: 30%;}
	.probox li{width: 49%;}
	.probox li:nth-child(3n){margin-right: 2%;}
	.probox li:nth-child(2n){margin-right: 0;}

	.probox li .titd .btns{zoom: 0.9;}
	.allpros a:first-child{padding: 10px 25px;}
	.allpros a{padding: 0 20px;margin: 10px 0;}


	.mainbav>li{width: 7.8%;}
	.mainbav>li.tel{width: 4.2%;}
	.probox li .titd h3{font-size: 15px;}
	.btns a span{margin-right: 3px;}
	.mores{font-size: 14px;}
	.header{    background-size: 68% 100%;}
	.products .txt p{font-size: 19px;}
	.probox li a .imgbox img{height: 170px;}

	.indexadvs .title{text-align: center;}

	.mycom .name{font-size: 25px;}
	.cominfo h2{font-size: 25px;}
	.goodscard .swiper-slide h4{font-size: 16px;}
	.goodscard .swiper-slide a{width: 95%;}
	.region .rebox{width: 94%;margin: 8px auto;}
	.banner .slide-content a{font-size: 24px;width: 190px;}
	.comnum ul li b{font-size: 32px;}
	.cominfo .infoshow{padding-left: 0;}
	.setinfo .inner{width: 100%; margin-bottom: 25px;}
	.setinfo .honor{margin-left: 0;}
	.cominfo{width: 100%;}
	.region .rebox p{font-size: 18px;}
	.region .rebox h6{font-size: 16px;}
	.probox ul li a{line-height: 24px;}


	header .webtit{display: none;}
	header h1{width: 100%;}
	.title p{font-size: 50px;}
	.title h3{font-size: 26px;}
	.probox ul{margin-right: 0;}
	.probox .mores{margin-right: 0;}
	.goodscard .swiper-slide a img{width: 100%;    height: 178px;object-fit: contain;}
	#swiper-container1{height: 300px;}
	#swiper-container1 .swiper-wrapper{display: block;}
	#swiper-container1 .swiper-slide{height: 245px; float: left;}

	.setinfo .inner .shows .imgbox img{height: 175px;}
	.company .pic{display: none;}
	.company .infoshow{text-align: center;}
	.company .infoshow p{margin: 2% auto 2%;}
	.news .left .imgbox img{height: 270px;}
	.news .newsbtn a{font-size: 15px;}
	.news .newsbtn a span{font-size: 17px;}
  
  .mainbav>li a{font-size:13px;}

}
@media (max-width:767px){
  #eovn .swiper-wrapper{
  		flex-direction: unset;
  }
  
  
  
  .probox .swiper-container a .imgbox img{height:200px;}
  
  
	.banner::before{display: none;}
	footer .link span{font-size: 14px;}
	.headinner{padding: 0;}
	.mlogo{margin-top: 5px;margin-bottom:5px;}


	.company .infoshow p{font-size: 13px;line-height: 27px;}
	.products{padding: 0 0 7%;}
	.advbox{padding: 4%;}
	.goodbox .goto a{padding: 7px 9%;}

	.news .more{font-size: 14px;}
	.case .mynbox .casebtn>a{font-size: 14px;}

	.news .inner .time{font-size: 12px;}
	footer .fotbox{display: none;}
	.foot .copy{margin: 10px auto;}
	.news .inner .time span{font-size: 20px;}
	
	#cmenus a::after{display: none;}
	#cmenus a{
		font-size: 14px;width: 46%;margin: 0 1%;
		line-height: 25px;
		padding: 5px 0;
		background-color: #ececeb;
	}
	
	.de-page-mian .page-inner span{display: none;}
	.goodscard .pro img{height: 150px;}
	.myprobox .navgo .navbox ul li a{
		text-align: center;
		text-indent: 0;
		line-height: 40px;
		padding: 0 8px;
		font-size: 14px;
	}
	.imageslist a{font-size: 15px;}
	.imageslist .imgbox img{height: 140px;}
	#honorspicshow .swiper-slide img{height: 230px;}
	.mycom .swiper-slide a{width: 80%;margin: auto;}
	.mycom .name{font-size: 20px;}
	.cominfo h2{font-size: 20px;}


	.pmenuss.down{width: 96.2%;}
	.myprobox .navgo .navbox h3{padding: 15px 0;}
	.myprobox .navgo .navbox ul{overflow: hidden;}
	.myprobox .navgo .navbox ul li{
		float: left;width: 50%;
	}

	.mz{line-height: 18px;}
	.news  h3{
		font-size: 18px;
	}
	.inbanner img{
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
	.ul_news li{
		padding: 10px 1px;
	}
	.newshome .newlist li .ndate h6{font-size: 17px;}
	.newshome .newlist li .ndate p{font-size: 14px;}

	.mainbav>li.tel{display: none!important;}
	.inbanner h2{
		font-size: 30px;
		line-height: 60px;
	}
	.newshome .newlist li .imgs{display: none;}
	.newshome .newlist li .newcon{width: 75%;padding-left: 15px;}


	.advbox .chbox .cons p{height: 100px;}
	.advbox .chbox li:nth-child(-n+2) .cons{border-bottom: 2px solid #fff;}
	.advbox .chbox .font{height: 75px;overflow: hidden;}
	.advbox .chbox{background-size: cover;}
	.advbox .chbox .font{padding-bottom: 9%;}
	.advbox .chbox .cons p{opacity: 1;position: unset;margin-top: 30px;}
	.advbox .chbox .cons{padding: 15% 10% 20%;}
	.advbox .chbox li:hover .cons{padding: 15% 10% 20%;}
	.advbox .chbox li:hover .font{padding-bottom: 9%;}
	.advbox .chbox li.my .cons{padding: 15% 10% 20%;}
	.advbox .chbox li.my .font{padding-bottom: 9%;}



	.news .inner{width: 100%;}
	.news .inner{padding: 20px 0;margin-bottom: 25px;}
	.allpros a{padding: 0 12px;}
	.allpros a{font-size: 14px;}
	.name>div:first-child{font-size: 38px;}
	.name h2{font-size: 20px;}
	.name span{font-size: 14px;}
	.title span{line-height: 2;margin: 5% 0;}
	.news .left{width: 100%;}
	.mynlist{margin-right: 0;}
	.case .swiper-slide a img{height: 260px;}
	.news .more{margin-top: 0;margin-bottom: 15px;}
	.case{padding: 2%;}
	.protxt,.allpros{text-align: center;}
	.protxt{padding: 2.5%;}
	.case .casego{margin: 2% 0;text-align: center;}
	.allpros{margin: 0 auto 3%;}
	.probox li a h3{font-size: 17px;}
	.indexadvs .title{margin-top: 0;}
	.home{background-size: contain;}
	.newsgo .tz{width: 20%;}
	.newsgo .swiper-container{width: 76%;}
	.company .boximg{text-align: center;}
	.company .boximg::after{width: 76%;}
	.combox{padding: 55px 5px 0 ;}
	.company .boximg.go::after{top: 1%;}
	.title h3{font-size: 20px;}
  
	.goodall .telall a{
		width: 44%;
		padding: 10px 0;
	}
	.mainbav>li a::after{display: none;}
	.mainbav>li a{border-bottom: 1px solid #ccc;}
	.mainbav>li a{font-size: 16px;}
	.mainbav>li a{color: #fff;}
	.cominfo .infoshow{display: block;}
	.cominfo .infoshow a{
		width: 25%;margin: auto;
		font-size: 16px;
		writing-mode:unset;
		padding: 5px;
		display: block;
	}
	.case .title{margin: 0 auto; text-align: center;}
	.case .title h3::after{margin: 15px auto;}
	.home .product .telnum{margin-top: 0;}
	.home .product .title{text-align: center;}
	.index_goodlist{margin-top: 12%;}
	.index_goodlist .probox h2{font-size: 18px;}
	.index_goodlist .probox p{font-size: 14px;height: 60px;}
	.home .product .indexgood{display: none;}
	.index_goodlist .probox{margin: 0 1px;}
	.indexhonor .title h3::after{margin: 15px auto;}
	.indexadvs .title h3::after{display: block;margin: 15px auto;}
	.indexadvs .mytxt{margin: auto;}
	.indexadvs .rebox p{height: 50px;}
	.indexnewslist{margin: 15px 0 0;}
	.news{padding: 2%;}

	.footnav a{
		width: 50%;
		float: left;
		margin: 15px 0;
	}

	footer .foot .addtel,footer .foot .addtel span,.footnav a,.foot .copy{font-size: 15px;}
	footer .foot .fline::before{width: 38%;}
	footer .foot .fline::after{width: 38%;}

	.lcbox ul li .img{width: 100%;height: 200px;object-fit: cover;}
	.lcbox ul li:nth-child(2){margin-right: 0;}
	.lcbox ul li:nth-child(2)::after{display: none;}
	.lcbox ul li::after{width: 27%;right: -23%;}

	.fak ul{margin-right: 0;}
	.zx_news{width: 100%;}
	.header{
		position: relative;
		padding-top: 0%;
		background-color: rgba(0, 0, 0, .8);
	}

	.header h1{
		padding-left: 5%;
		margin-top: 0px;
		position: absolute;
		z-index: 10;
	}
	.header h1 img{
		max-width: 85%;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: -2px;
	}
	.banner .slide-content a{
		font-size: 16px;
		width: auto;
		padding: 1% 2%;
	}
	/* footnav */
#plugin-contact-ring2 {
	position: fixed;
	bottom: 0;	
	width: 100%;
	background: #009c94;
	/* border-top: 1px solid #fff; */
	left: 0;
	max-width: 750px;    
    left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	display: block;
}

#plugin-contact-ring2 li {
	display: block
}

#plugin-contact-ring2 #ring-list {
	overflow: hidden;
	margin-bottom: 0;
}

#plugin-contact-ring2 #ring-list li:active {
	background: rgba(0, 0, 0, .3);
	border-radius: initial
}


#plugin-contact-ring2 #ring-list li{
	width: 25%;
	float: left;
	text-align: center;
}
#plugin-contact-ring2 #ring-list li img{
	height: 26px;
}
#ring-list span{
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 2;
}
#plugin-contact-ring2 #ring-list .item a {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 68px;
	border-right: 1px solid #f7f7f7;
	padding-top: 10%;
}
footer{margin-bottom: 68px;}

	.goodscard .swiper-slide a img{height: 126px;}
	.rightnav{display: none;}
	#swiper-container1{height: auto;}
	#formData .form-tr .code input{width: 120px;}
	#swiper-container1 .swiper-slide{height: auto;}
	footer .foot h5{
		width: 100%;
	}
	.product .pronav{
		border: none;
		overflow: hidden;
	}
	.product .pronav li a{
		font-size: 14px;
	}
	.product .pronav li.on a{
		background: unset;
		color:#4a4a4a;
	}
	.product .pronav li{
		text-align: center;
		float: left;
		width: 33%;
		white-space: nowrap;
		border: 2px solid #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		background-color: #ededed;
	}
	.product .pronav li a{
		padding:8px 2px;
		overflow: hidden;
		text-overflow: ellipsis;
		background-color: #ededed;
		
	}
	.crumbs a, .crumbs{font-size: 14px; color: #fff;}
	.fotnav a{width: 25%;}
	#prev_next li{width: 100%;}
	.setinfo .inner .shows .imgbox img{height: 135px;}
	.comnum{padding: 0 5px 3%;}
	.newslist li .time{width: 90%;}
	.comnum{margin-bottom: 25px;}
	.comnum ul{display: block;}
	.comnum ul li{width: 33%;float: left; text-align: center;}
	.comnum ul li:nth-child(-n+3){margin-right: 0;}
	.comnum ul li p{font-size: 16px;}
	.comnum ul li b{font-size: 22px;}
	.comnum ul li span{font-size: 13px;}
	.title p{font-size: 32px;}
	
	.mainbav>li{width: 100%;}
	.mnav{
		zoom:0.85;
		position: relative;
		float: right;
		line-height: 13px;
		margin: 10px;
		width: 55px;
		height: 55px;
		padding: 5px 10px;
		background-color: #009c94;
		overflow: hidden;
	}
	.mnav span{
		display: inline-block;
		width: 100%;
		background-color: #fff;
		height: 5px;
		border-radius: 5px;
	}
	.topnav{
		position: relative;
		margin-top: 0;
	}
	.topnav .mainbav{
		position: absolute;
		background-color: rgba(0, 0, 0, .7);
		z-index: 10;
		top: 66%;
		width: 100%;
		margin-top: 23px;
	}
	.mainbav>li.logos{display: none!important;}
	.mainbav li{display: none;margin: 0;}
	.contenbox{font-size: 14px;}
	.mainbav>li>a::before{display: none;}
	.newsconts{padding-top: 8%;}
	#dituContent{height: 280px;}
  .aboutsbtn a{font-size:14px;}
  .foot .copy{font-size:12px;line-height:25px;}
  
  
  .advbox .chbox li.my p{padding-right:5px;}
  
  
}
@media (max-width:500px){
  
  .product{min-height: 340px;}
  .abouts .show{font-size:12px; line-height: 30px;}
  .mycom .swiper-slide .honortit{font-size:15px;}
  .newsconts .time{font-size:12px;}
  .newsconts .time .o{margin-right:0;}
  .name span{font-size:12px;}
  .mlogo{margin-top:10px;}
  
  
  
	.banner .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .swiper-pagination-fraction{width: 48%;}
	.case .swiper-slide a img{height: 200px;}
	.news{padding: 8% 2%;}
	.mynbox{margin-top: 10px;}
	.mynbox .swiper-container .page .swiper-button-next{right: -13px;}




	.mycom .swiper-slide a{width: 72%;}
	.cominfo h2{font-size: 15px;}

	.inbanner h2{
		font-size: 22px;
		line-height: 50px;
	}
	.probox li .titd h3{font-size: 14px;}
	.probox li .titd .btns a{
		text-align: center;
		font-size: 0;
		margin: 21px 0 0 0;
	}
	.advbox .chbox .cons{padding: 15% 5% 20%;}

	.advbox .chbox .cons p{height: 150px;}
	.aboutsbtn a::before{display: none;}
	.aboutsbtn a::after{display: none;}
	.case .mynbox .casebtn{padding: 20px 10px;}

	.mlogo{max-width: 79%;padding: 0px 0 0;}
	footer .foot .fline::before{width: 35%;}
	footer .foot .fline::after{width: 35%;}
	.setinfo .inner .shows .imgbox img{height: 95px;object-fit: contain;}
	.banner{padding-bottom: 50%;}
}